home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / isr100a.zip / ISERVER.CFG < prev    next >
Text File  |  1995-02-25  |  4KB  |  122 lines

  1. ; iSERVER configuration file.
  2. ; -------------------------------------------------------------------------
  3. ;
  4. ; Addresses that iSERVER should process when handling netmail
  5. ;
  6. PROCESS 1:2401/305.999
  7. PROCESS 1:2401/305
  8. ;
  9. ; Where the netmail *.MSG files are located
  10. ;
  11. NETMAIL e:\fd\mail
  12. ;
  13. ; Update these semaphore files when netmail has been altered
  14. ;
  15. UPDATE e:\fd\FDRESCAN.NOW
  16. UPDATE e:\fd\FMRESCAN.NOW
  17. ;
  18. ; Readdress messages from one address to another.  This option is good
  19. ; if you want to route messages from one destination to another.
  20. ;
  21. XADDRESS 1:1/31         1:2235/10.999
  22. ;
  23. ; Automated response commands.  When a message comes in addressed to
  24. ; one of the following names, it either returns a text file, or if
  25. ; the filename is a program, preceed it with an astrisk "*" and the
  26. ; program will be run, using a REQUEST/RESPONSE drop file method.  For
  27. ; more information about that, see the documentation.  Also, if you
  28. ; place a third parameter on a RESPOND command, it replaces the subject
  29. ; with that string if posting a response to the sender. (limited to
  30. ; 3 RESPOND commands in unregistered mode)
  31. ;
  32. RESPOND HELP          e:\fd\tosser\HELP.TXT
  33. RESPOND SERVER        e:\fd\tosser\SERVER.TXT       Automated Response
  34. RESPOND FILESERV     *e:\fd\tosser\FILESERV.EXE     Your request
  35. ;
  36. ; When processing messages, ignore any that are addressed to the following.
  37. ; This is good for stopping messages from being 'bounced' due to unknown
  38. ; users.
  39. ;
  40. IGNORE gecho
  41. IGNORE allfix
  42. IGNORE areamgr
  43. IGNORE filemgr
  44. ;
  45. ; You can also use the IGNORE to keep your own internet mail in the
  46. ; netmail editor if you prefer.  (remember that when replying you
  47. ; must use your netmail AKA listed)
  48. ;
  49. IGNORE sysop
  50. IGNORE pete rocca
  51. ;
  52. ;
  53. ; User base location (for checking for valid users)  If this list is
  54. ; not specified, then all user names will be considered valid.
  55. ;
  56. ;   First parameter                         Second parameter
  57. ;     - RA2   (RemoteAccess 2.x)              - Path to USERSIDX.BBS
  58. ;     - ASCII (ASCII text file listing)       - Filename of ASCII file
  59. ;
  60. USERS RA2 e:\ra\msgbase
  61. ;
  62. ; Internet posting/tossing information
  63. ;
  64. UUCP_ADDRESS     1:2235/10.999
  65. SITE_ADDRESS     1:2401/305.999
  66. SITE_NAME        mcc.uti.com
  67. SITE_BASE        JAM e:\ra\jammcc\EMAIL
  68. SITE_SERVERNAME  server
  69. ;
  70. ; Log file
  71. ;
  72. LOG e:\ra\ISERVER.LOG
  73. ;
  74. ; If you are using handles for customizable internet names, you can
  75. ; run ISERVER /USERID to setup a users handle that is acceptable
  76. ; for the internet.  It will toggle on a flag of your choice once
  77. ; set, so you can make your system only run /USERID if the user
  78. ; hasn't yet selected an account name. (Partial names matched)
  79. ;
  80. MAX_HANDLE_LENGTH  20
  81. MIN_HANDLE_LENGTH  4
  82. SET_HANDLE_FLAG    A1
  83. BAD_HANDLE         finger
  84. BAD_HANDLE         ftp
  85. BAD_HANDLE         gopher
  86. BAD_HANDLE         www
  87. BAD_HANDLE         admin
  88. BAD_HANDLE         root         ; note that it takes parts of names
  89. BAD_HANDLE         serv         ; so listserv, fileserv are also bad
  90. ;
  91. ; You can restrict certain functions also.  The names will not be able
  92. ; to be sent to, nor as the first word in the subject.  If you follow
  93. ; it with a second parameter, then if the user has that flag, then it
  94. ; will be allowed, otherwise it will be bounced. (Partial names matched)
  95. ;
  96. RESTRICT SUBSC       A2
  97. RESTRICT LISTSERV    A2
  98. RESTRICT ADD         A2
  99. RESTRICT REQUEST     A2
  100. RESTRICT WWW         A2
  101. RESTRICT ARCHIE      A2
  102. RESTRICT GOPHER      A2
  103. RESTRICT FILESERV
  104. RESTRICT FTP
  105. RESTRICT GET
  106. ;
  107. ; By default UUENCODED files are not permitted to be sent.  This is to
  108. ; minimize costs when using a gateway.  However you can allow UUENCODED
  109. ; files for certain users, all users, or users with a specific flag.
  110. ;
  111. ; Examples:  ALLOW_UUENCODED pete rocca    (allows Pete Rocca to send)
  112. ;            ALLOW_UUENCODED A2            (allows users with flag A2)
  113. ;            ALLOW_UUENCODED ALL           (allows all users to send)
  114. ;
  115. ALLOW_UUENCODED A3
  116. ALLOW_UUENCODED sysop
  117. ALLOW_UUENCODED pete rocca
  118. ;
  119. ;
  120. REGISTER SERIAL# REGISTRATION#
  121. ;
  122.